home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 November / .net Magazine (FR) - Issue 01 - Nov 1996.iso / mac / Edition Web / HTMLedit173-ppc / HTML.edit 1.7.3 (ppc) / HTML.edit 1.7.3 (ppc).rsrc / TEXT_28447_HTML Preferences.txt < prev    next >
Text File  |  1996-09-16  |  3KB  |  48 lines

  1.  
  2. HTML Preferences
  3.  
  4. Use HTML Formal Public Identifier (FPI)
  5. When checked, inserts an SGML declaration (see Document Structure) when choosing the Language command from the HyperText menu. When unchecked, will not add the declaration to your document.
  6.  
  7. Note that the contents of the popUp menu are modifiable. The last item of the popUp menu shows or hides the popUp menu contents field. The SGML Declaration table is a simple list, each line containing two items:
  8.  
  9.    Prologue Name,<prologue>
  10.  
  11. List items beginning with "#" or "--" are ignored as comments; items beginning with "(" are displayed on the menu as disabled menu items.
  12.  
  13. Use Footer Delimiter
  14. When checked, inserts the specified HTML comment (see Document Structure) to be used to separate the Body and Footer areas on import. When unchecked, will ignore the presence of the comment.
  15.  
  16. HTML Returns
  17. HTML browsers ignore white space or non-HTML line breaks, so use <BR> to insert a line break (which retains the current HTML format) or <P> for a new paragraph. When checked, enters the line break or paragraph code whenever you type Return with a modifier key, as shown in the following table:
  18.  
  19.    Code             Description               Type this to insert:
  20.    <BR>      Line Break                 Shift-Return
  21.    <P>       Paragraph                 Option-Return
  22.    <P></P>   HTML+ Paragraph     Shift-Option-Return
  23.  
  24. See the section Paragraph for related information.
  25.  
  26. Translate ALT Entities
  27. When checked, instances of ampersands, less than, greater than or double quotes in the text included as content for the ALT attribute on image elements will be translated to character entities. This displays improperly on some browsers, but is recommended HTML 2.0 practice.
  28.  
  29. Use Full Path on TouchLinkΓäó
  30. When checked, always uses an absolute (full) URL when creating links using TouchLinkΓäó. When unchecked, attempts to build a relative URL from the known relative locations of the server folder and the document location (ie., path). Note that when building a relative URL fails, an absolute URL will be used.
  31.  
  32. Physical, Semantic and Custom Style Tables
  33. The set of HTML style elements available from the Style menu is modifiable. The Physical, Semantic and Custom Style tables are simple lists, each line containing three items:
  34.  
  35.    Style Name,<Opening Tag>,</Closing Tag>
  36.  
  37. Be sure each line has three items. For example:
  38.  
  39.    Emphasis,<EM>,</EM>
  40.  
  41. Note that if either the opening or closing tag is left empty in the table entry, HTML.edit will still insert the remaining tag, as in:
  42.  
  43.    Line Break,,<BR>
  44.  
  45. This would add a <BR> tag after the current selection.
  46.  
  47. Back to Preferences, on to Paths Preferences, or return to HTML.edit Features.
  48.